-
Notifications
You must be signed in to change notification settings - Fork 619
[Ecosystem Portal] Fix: WalletConnect Connection #5438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ecosystem Portal] Fix: WalletConnect Connection #5438
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5438 +/- ##
=======================================
Coverage 45.52% 45.52%
=======================================
Files 1070 1070
Lines 55707 55707
Branches 4031 4031
=======================================
+ Hits 25360 25361 +1
+ Misses 29660 29659 -1
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more.
|
size-limit report 📦
|
|
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@radix-ui/[email protected] |
Merge activity
|
CNCT-2258 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing the `wallet-ui` application, introducing multi-tenancy support, updating configurations, and improving code quality with better imports and utility functions. ### Detailed summary - Removed unused files: `erc20.ts`, `Erc20Token.ts` - Added `isMultiTenant` utility for environment checks - Updated `README.md` for ecosystem portal - Enhanced routing with ecosystem ID in redirects - Introduced new configuration files for `knip` and `biome` - Updated ESLint rules and configurations - Refactored image handling to use a new `Image` component - Streamlined various imports across components and hooks > The following files were skipped due to too many changes: `pnpm-lock.yaml` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
83ebcb5 to
8e22cf8
Compare
CNCT-2258
PR-Codex overview
This PR primarily focuses on enhancing the
wallet-uiapplication by introducing multi-tenant support, refactoring components, and improving code organization. It also updates configurations and dependencies for better performance and maintainability.Detailed summary
erc20.tsandErc20Token.tsfiles.isMultiTenantutility.Imagecomponent..env.example.postcssandbiomeconfigurations.useRouterhook for multi-tenant routing.